home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / leds / Kconfig next >
Encoding:
Text File  |  2009-09-09  |  6.7 KB  |  225 lines

  1. menuconfig NEW_LEDS
  2.     bool "LED Support"
  3.     help
  4.       Say Y to enable Linux LED support.  This allows control of supported
  5.       LEDs from both userspace and optionally, by kernel events (triggers).
  6.  
  7.       This is not related to standard keyboard LEDs which are controlled
  8.       via the input system.
  9.  
  10. if NEW_LEDS
  11.  
  12. config LEDS_CLASS
  13.     tristate "LED Class Support"
  14.     help
  15.       This option enables the led sysfs class in /sys/class/leds.  You'll
  16.       need this to do anything useful with LEDs.  If unsure, say N.
  17.  
  18. comment "LED drivers"
  19.  
  20. config LEDS_ATMEL_PWM
  21.     tristate "LED Support using Atmel PWM outputs"
  22.     depends on LEDS_CLASS && ATMEL_PWM
  23.     help
  24.       This option enables support for LEDs driven using outputs
  25.       of the dedicated PWM controller found on newer Atmel SOCs.
  26.  
  27. config LEDS_MC13892
  28.     tristate "LED Support for mc13892 pmic"
  29.     depends on LEDS_CLASS && MXC_MC13892_LIGHT
  30.  
  31. config LEDS_LOCOMO
  32.     tristate "LED Support for Locomo device"
  33.     depends on LEDS_CLASS && SHARP_LOCOMO
  34.     help
  35.       This option enables support for the LEDs on Sharp Locomo.
  36.       Zaurus models SL-5500 and SL-5600.
  37.  
  38. config LEDS_S3C24XX
  39.     tristate "LED Support for Samsung S3C24XX GPIO LEDs"
  40.     depends on LEDS_CLASS && ARCH_S3C2410
  41.     help
  42.       This option enables support for LEDs connected to GPIO lines
  43.       on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440.
  44.  
  45. config LEDS_AMS_DELTA
  46.     tristate "LED Support for the Amstrad Delta (E3)"
  47.     depends on LEDS_CLASS && MACH_AMS_DELTA
  48.     help
  49.       This option enables support for the LEDs on Amstrad Delta (E3).
  50.  
  51. config LEDS_NET48XX
  52.     tristate "LED Support for Soekris net48xx series Error LED"
  53.     depends on LEDS_CLASS && SCx200_GPIO
  54.     help
  55.       This option enables support for the Soekris net4801 and net4826 error
  56.       LED.
  57.  
  58. config LEDS_FSG
  59.     tristate "LED Support for the Freecom FSG-3"
  60.     depends on LEDS_CLASS && MACH_FSG
  61.     help
  62.       This option enables support for the LEDs on the Freecom FSG-3.
  63.  
  64. config LEDS_WRAP
  65.     tristate "LED Support for the WRAP series LEDs"
  66.     depends on LEDS_CLASS && SCx200_GPIO
  67.     help
  68.       This option enables support for the PCEngines WRAP programmable LEDs.
  69.  
  70. config LEDS_H1940
  71.     tristate "LED Support for iPAQ H1940 device"
  72.     depends on LEDS_CLASS && ARCH_H1940
  73.     help
  74.       This option enables support for the LEDs on the h1940.
  75.  
  76. config LEDS_COBALT_QUBE
  77.     tristate "LED Support for the Cobalt Qube series front LED"
  78.     depends on LEDS_CLASS && MIPS_COBALT
  79.     help
  80.       This option enables support for the front LED on Cobalt Qube series
  81.  
  82. config LEDS_COBALT_RAQ
  83.     bool "LED Support for the Cobalt Raq series"
  84.     depends on LEDS_CLASS && MIPS_COBALT
  85.     select LEDS_TRIGGERS
  86.     help
  87.       This option enables support for the Cobalt Raq series LEDs.
  88.  
  89. config LEDS_SUNFIRE
  90.     tristate "LED support for SunFire servers."
  91.     depends on LEDS_CLASS && SPARC64
  92.     select LEDS_TRIGGERS
  93.     help
  94.       This option enables support for the Left, Middle, and Right
  95.       LEDs on the I/O and CPU boards of SunFire UltraSPARC servers.
  96.  
  97. config LEDS_HP6XX
  98.     tristate "LED Support for the HP Jornada 6xx"
  99.     depends on LEDS_CLASS && SH_HP6XX
  100.     help
  101.       This option enables led support for the handheld
  102.       HP Jornada 620/660/680/690.
  103.  
  104. config LEDS_PCA9532
  105.     tristate "LED driver for PCA9532 dimmer"
  106.     depends on LEDS_CLASS && I2C && INPUT && EXPERIMENTAL
  107.     help
  108.       This option enables support for NXP pca9532
  109.       led controller. It is generally only usefull
  110.       as a platform driver
  111.  
  112. config LEDS_GPIO
  113.     tristate "LED Support for GPIO connected LEDs"
  114.     depends on LEDS_CLASS && GENERIC_GPIO
  115.     help
  116.       This option enables support for the LEDs connected to GPIO
  117.       outputs. To be useful the particular board must have LEDs
  118.       and they must be connected to the GPIO lines.
  119.  
  120. config LEDS_HP_DISK
  121.     tristate "LED Support for disk protection LED on HP notebooks"
  122.     depends on LEDS_CLASS && ACPI
  123.     help
  124.       This option enable support for disk protection LED, found on
  125.       newer HP notebooks.
  126.  
  127. config LEDS_CLEVO_MAIL
  128.     tristate "Mail LED on Clevo notebook (EXPERIMENTAL)"
  129.     depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI && EXPERIMENTAL
  130.     help
  131.       This driver makes the mail LED accessible from userspace
  132.       programs through the leds subsystem. This LED have three
  133.       known mode: off, blink at 0.5Hz and blink at 1Hz.
  134.  
  135.       The driver supports two kinds of interface: using ledtrig-timer
  136.       or through /sys/class/leds/clevo::mail/brightness. As this LED
  137.       cannot change it's brightness it blinks instead. The brightness
  138.       value 0 means off, 1..127 means blink at 0.5Hz and 128..255 means
  139.       blink at 1Hz.
  140.  
  141.       This module can drive the mail LED for the following notebooks:
  142.  
  143.           Clevo D400P
  144.           Clevo D410J
  145.           Clevo D410V
  146.           Clevo D400V/D470V (not tested, but might work)
  147.           Clevo M540N
  148.           Clevo M5x0N (not tested, but might work)
  149.           Positivo Mobile (Clevo M5x0V)
  150.  
  151.       If your model is not listed here you can try the "nodetect"
  152.       module paramter.
  153.  
  154.       To compile this driver as a module, choose M here: the
  155.       module will be called leds-clevo-mail.
  156.  
  157. config LEDS_PCA955X
  158.     tristate "LED Support for PCA955x I2C chips"
  159.     depends on LEDS_CLASS && I2C
  160.     help
  161.       This option enables support for LEDs connected to PCA955x
  162.       LED driver chips accessed via the I2C bus.  Supported
  163.       devices include PCA9550, PCA9551, PCA9552, and PCA9553.
  164.  
  165. config LEDS_DA903X
  166.     tristate "LED Support for DA9030/DA9034 PMIC"
  167.     depends on LEDS_CLASS && PMIC_DA903X
  168.     help
  169.       This option enables support for on-chip LED drivers found
  170.       on Dialog Semiconductor DA9030/DA9034 PMICs.
  171.  
  172. comment "LED Triggers"
  173.  
  174. config LEDS_TRIGGERS
  175.     bool "LED Trigger support"
  176.     help
  177.       This option enables trigger support for the leds class.
  178.       These triggers allow kernel events to drive the LEDs and can
  179.       be configured via sysfs. If unsure, say Y.
  180.  
  181. config LEDS_TRIGGER_TIMER
  182.     tristate "LED Timer Trigger"
  183.     depends on LEDS_TRIGGERS
  184.     help
  185.       This allows LEDs to be controlled by a programmable timer
  186.       via sysfs. Some LED hardware can be programmed to start
  187.       blinking the LED without any further software interaction.
  188.       For more details read Documentation/leds-class.txt.
  189.  
  190.       If unsure, say Y.
  191.  
  192. config LEDS_TRIGGER_IDE_DISK
  193.     bool "LED IDE Disk Trigger"
  194.     depends on LEDS_TRIGGERS && IDE_GD_ATA
  195.     help
  196.       This allows LEDs to be controlled by IDE disk activity.
  197.       If unsure, say Y.
  198.  
  199. config LEDS_TRIGGER_HEARTBEAT
  200.     tristate "LED Heartbeat Trigger"
  201.     depends on LEDS_TRIGGERS
  202.     help
  203.       This allows LEDs to be controlled by a CPU load average.
  204.       The flash frequency is a hyperbolic function of the 1-minute
  205.       load average.
  206.       If unsure, say Y.
  207.  
  208. config LEDS_TRIGGER_BACKLIGHT
  209.     tristate "LED backlight Trigger"
  210.     depends on LEDS_TRIGGERS
  211.     help
  212.       This allows LEDs to be controlled as a backlight device: they
  213.       turn off and on when the display is blanked and unblanked.
  214.  
  215.       If unsure, say N.
  216.  
  217. config LEDS_TRIGGER_DEFAULT_ON
  218.     tristate "LED Default ON Trigger"
  219.     depends on LEDS_TRIGGERS
  220.     help
  221.       This allows LEDs to be initialised in the ON state.
  222.       If unsure, say Y.
  223.  
  224. endif # NEW_LEDS
  225.